home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts19-10
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Reading INI files?
- Date: Wed, 13 Mar 96 01:45:03 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4i59bf$55r@sam.inforamp.net>
- References: <4i4fv7$1ch@symiserver2.symantec.com>
- NNTP-Posting-Host: ts19-10.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4i4fv7$1ch@symiserver2.symantec.com>,
- bmelendy@symantec.com (Brad Melendy) wrote:
- > I am researching the best way to read INI files for information to use
- >in my app. I am thinking of just useing the fstream class, creating
- >an object and geline() but since this is my first time doing this sort
- >of thing, I would love to hear from someone who has already done this.
- > Specifically, I am planning on using the INI file to record requently
- >access directory paths which I will read into a ComboBox for quick
- >access.
-
- Are you aware of the functions GetPrivateProfileString,
- WritePrivateProfileString, GetProfileString, WriteProfileString, etc. that do
- IO with INI files?
-
- Agrivar
-